home *** CD-ROM | disk | FTP | other *** search
/ Electronic Entertainment 1995 April / Electronic Entertainment CD-ROM Sampler Disc (April 1995).iso / mac / PCFILES / neonNSWK.DIR / 00951_Script_951 < prev    next >
Text File  |  1994-11-08  |  170b  |  9 lines

  1. on exitFrame
  2.   if the ColorDepth < 8 then
  3.     go to "16Colors"
  4.   else if the quickTimePresent = FALSE then 
  5.     go to "noqt"
  6.   else
  7.     go to "start"
  8.   end if
  9. end